object fEzChngI: TfEzChngI Left = 294 Top = 253 BorderStyle = bsDialog Caption = 'BootMagic Change Icon' ClientHeight = 320 ClientWidth = 466 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object lblFileName: TIntlLabel Left = 14 Top = 17 Width = 50 Height = 13 Caption = 'File &Name:' FocusControl = ebxFileName end object lblFolders: TIntlLabel Left = 188 Top = 17 Width = 37 Height = 13 Caption = '&Folders:' FocusControl = DirectoryListBox end object lblFileType: TIntlLabel Left = 14 Top = 268 Width = 62 Height = 13 Caption = 'List File &Type:' FocusControl = FilterComboBox end object lblDrives: TIntlLabel Left = 188 Top = 268 Width = 30 Height = 13 Caption = '&Drives:' FocusControl = DriveComboBox end object lblPathName: TIntlLabel Left = 188 Top = 38 Width = 115 Height = 13 Caption = 'E:\En\BtMagic\WinGUI' end object FileListBox: TFileListBox Left = 14 Top = 73 Width = 153 Height = 187 FileEdit = ebxFileName ItemHeight = 13 Mask = '*.ico' TabOrder = 1 OnDblClick = btnOKClick end object DirectoryListBox: TDirectoryListBox Left = 188 Top = 73 Width = 164 Height = 187 DirLabel = lblPathName FileList = FileListBox ItemHeight = 16 TabOrder = 2 end object DriveComboBox: TDriveComboBox Left = 188 Top = 284 Width = 164 Height = 19 DirList = DirectoryListBox TabOrder = 4 end object FilterComboBox: TFilterComboBox Left = 14 Top = 284 Width = 153 Height = 21 FileList = FileListBox Filter = 'Icon files (*.ico)|*.ico' TabOrder = 3 end object ebxFileName: TEdit Left = 14 Top = 33 Width = 145 Height = 21 TabOrder = 0 Text = '*.ico' OnChange = ebxFileNameChange end object btnOK: TButton Left = 377 Top = 212 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 5 OnClick = btnOKClick end object btnCancel: TButton Left = 377 Top = 246 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 6 OnClick = btnCancelClick end object btnHelp: TButton Left = 377 Top = 279 Width = 75 Height = 25 Caption = '&Help' TabOrder = 7 OnClick = btnHelpClick end object gbxIcon: TGroupBox Left = 392 Top = 17 Width = 56 Height = 63 Caption = 'Icon' TabOrder = 8 object imgIcon: TImage Left = 7 Top = 15 Width = 41 Height = 41 Center = True end end end